home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / demos / bike / bike2.dem < prev    next >
Text File  |  1999-09-16  |  281b  |  14 lines

  1. mode(0);
  2. path='SCI/demos/bike/';
  3. xbasc();
  4.  
  5. getf(path+'macros/'+'velo1.sci','c');
  6. getf(path+'macros/'+'velod.sci','c');
  7. getf(path+'macros/'+'velodp.sci','c');
  8. getf(path+'macros/'+'show.sci','c');
  9.  
  10. x=read(path+'data/'+'xdemo.dat',46,401,"(e10.4)");
  11. show(x(:,1:340),1.6,1.47,velo1)
  12.  
  13.  
  14.